runtime/internal/atomic.Int32.value (field)

6 uses

	runtime/internal/atomic (current package)
		types.go#L14: 	value  int32
		types.go#L19: 	return Loadint32(&i.value)
		types.go#L24: 	Storeint32(&i.value, value)
		types.go#L32: 	return Casint32(&i.value, old, new)
		types.go#L38: 	return Xchgint32(&i.value, new)
		types.go#L47: 	return Xaddint32(&i.value, delta)